HashMap.opSlice

  1. auto byValue()
  2. alias opSlice = byValue
    struct HashMap(K, V, Allocator = Mallocator, alias hashFunction = generateHash!K, bool supportGC = shouldAddGCRange!K || shouldAddGCRange!V, bool storeHash = true)
    alias opSlice = byValue

Return Value

a range of the values in this map.

Meta